+Tue Oct 7 23:23:05 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
+ version in in the right field of the _XEMBED_INFO property.
+ (#123885, Denis Mikhalkin)
+
Mon Oct 6 14:18:47 2003 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
+Tue Oct 7 23:23:05 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
+ version in in the right field of the _XEMBED_INFO property.
+ (#123885, Denis Mikhalkin)
+
Mon Oct 6 14:18:47 2003 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
+Tue Oct 7 23:23:05 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
+ version in in the right field of the _XEMBED_INFO property.
+ (#123885, Denis Mikhalkin)
+
Mon Oct 6 14:18:47 2003 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
+Tue Oct 7 23:23:05 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
+ version in in the right field of the _XEMBED_INFO property.
+ (#123885, Denis Mikhalkin)
+
Mon Oct 6 14:18:47 2003 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
+Tue Oct 7 23:23:05 2003 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtkplug.c (xembed_set_info): Put the supported protocol
+ version in in the right field of the _XEMBED_INFO property.
+ (#123885, Denis Mikhalkin)
+
Mon Oct 6 14:18:47 2003 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkexpander.c (gtk_expander_animation_timeout): only show
Atom xembed_info_atom = gdk_x11_get_xatom_by_name_for_display (display, "_XEMBED_INFO");
- buffer[1] = GTK_XEMBED_PROTOCOL_VERSION;
+ buffer[0] = GTK_XEMBED_PROTOCOL_VERSION;
buffer[1] = flags;
XChangeProperty (GDK_DISPLAY_XDISPLAY (display),